home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / H001A.ZIP / RUNME1ST.BAT < prev   
DOS Batch File  |  1991-10-16  |  2KB  |  42 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                THE PUBLIC DOMAIN & SHAREWARE LIBRARY
  4. ECHO ***********************************************************************
  5. ECHO Winscombe House, Beacon Rd, Crowborough, Sussex TN6 IUL tel 0892 663298
  6. ECHO                                                         fax 0892 667473
  7. ECHO -
  8. ECHO This compilation of software is just one of 3000 plus disks available
  9. ECHO from the Public Domain Software Library. You are encouraged to pass on
  10. ECHO copies of this disk to your friend and colleagues, but if you do so please
  11. ECHO make sure you give then the whole thing including this file .
  12. ECHO Unlike commercial software, no printed documentation is supplied except
  13. ECHO with registered versions of shareware programs.
  14. ECHO Most disks contain document files describing how to use the programs.
  15. ECHO These document files can usually be identified by the filename or
  16. ECHO filename extension type used. DOC, FRM, PRN, TXT, WS, MAN are the most
  17. ECHO common, files called READ.ME etc are also document files.
  18. ECHO You can view these files using the DOS 'TYPE' command. So to view a file
  19. ECHO called 'READ.ME' you would enter at the keyboard:-
  20. ECHO -
  21. ECHO "TYPE READ.ME"
  22. ECHO -
  23. PAUSE
  24. CLS
  25. ECHO -
  26. ECHO -
  27. ECHO To install the GNU C++ programs you will need 5-6MBytes of hard disk
  28. ECHO space, your computer MUST be either a 386 or 486 based system.
  29. Echo -
  30. echo **************************************************************************
  31. echo **                                                                      **
  32. echo **                     - GNU C++ Compiler   -                           **
  33. echo **                                                                      **
  34. echo **   To extract files, type INSTALL [source drive] [destination drive]  **
  35. echo **                                                                      **
  36. echo **   For example,                                                       **
  37. echo **                                                                      **
  38. echo **                       A:INSTALL A: C:                                ** 
  39. echo **                                                                      **
  40. echo **   will extract GNU C++ from drive A: to drive C:                     **
  41. echo **                                                                      **
  42. echo **************************************************************************